PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / isLockedContents Method
In This Topic
    isLockedContents Method
    In This Topic
    Gets a value indicating whether the annotation contents should be modified.
    Syntax
    public boolean isLockedContents()

    Return Value

    If true, do not allow the contents of the annotation to be modified by the user. This flag does not restrict deletion of the annotation or changes to other annotation properties, such as position and size.
    See Also